UploadData

interface UploadData

A common interface that all upload data implementations must extend.

Inheritors

Functions

Link copied to clipboard
open fun bytes(): Array<Byte>
Returns an array containing the upload data bytes of the associated URL request.
Link copied to clipboard
Returns the content type of this upload data as specified in the Content-Type header.